Method LoadTreeAsync<TProps>(IRedbObject, int?)

Assembly: redb.Core.dll

Load tree/subtree (uses _securityContext and config.DefaultCheckPermissionsOnLoad).

public Task<TreeRedbObject<TProps>> LoadTreeAsync<TProps>(IRedbObject rootObj, int? maxDepth = null) where TProps : class, new()